SftTree/OCX 7.0

SftTree.SplitterWidth Property

Softel vdm, Inc.

Defines the width of the splitter bar in pixels.

Deprecated - Provided for compatibility with earlier versions only - Use Splitter.WidthPix instead

Syntax       

Get

VB.NET

Width = object.SplitterWidth  As Short

VB

Width = object.SplitterWidth  As Integer

C#.NET

short Width = object.SplitterWidth;

VC++

short Width = object->SplitterWidth;
short Width = object->GetSplitterWidth();

C

HRESULT object->get_SplitterWidth(short* Width);

Delphi

Width := object.SplitterWidth   : Smallint;

Put

VB.NET

object.SplitterWidth = Width  As Short

VB

object.SplitterWidth = Width  As Integer

C#.NET

short object.SplitterWidth = Width;

VC++

short object->SplitterWidth = Width;
void object->PutSplitterWidth(short Width);

C

HRESULT object->put_SplitterWidth(short Width);

Delphi

object.SplitterWidth := Width   : Smallint;

object

A SftTree object.

Width

Defines the width of the splitter bar in pixels.  The valid range is 3..7 pixels.

Comments

Deprecated - Provided for compatibility with earlier versions only - Use Splitter.WidthPix instead

The SplitterWidth property defines the width of the splitter bar in pixels.

The Splitter.Visible property is used to define a splitter bar.

See Also  SftTree Object | Object Hierarchy


Feedback / comments / error reports for this topic
© 2015 - Softel vdm, Inc. - www.softelvdm.com